return ((SwingBeanInfo)this).createBeanDescriptor(classJInternalFrame, new Object[]{"preferred", Boolean.TRUE, "isContainer", Boolean.TRUE, "containerDelegate", "getContentPane", "shortDescription", "A frame container which is contained within another window."});
public PropertyDescriptor[] getPropertyDescriptors() {
return new PropertyDescriptor[]{this.createPropertyDescriptor("closed", new Object[]{"bound", Boolean.TRUE, "constrained", Boolean.TRUE, "shortDescription", "Indicates that the frame has been closed."}), this.createPropertyDescriptor("menuBar", new Object[]{"shortDescription", "menuBar"}), this.createPropertyDescriptor("icon", new Object[]{"bound", Boolean.TRUE, "constrained", Boolean.TRUE, "shortDescription", "The image displayed when this frame is minimized."}), this.createPropertyDescriptor("UIClassID", new Object[]{"bound", Boolean.FALSE, "shortDescription", "UIClassID"}), this.createPropertyDescriptor("closable", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "Indicates whether this frame can be closed."}), this.createPropertyDescriptor("resizable", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "Determines whether the frame can be resized by the user."}), this.createPropertyDescriptor("accessibleContext", new Object[]{"shortDescription", "accessibleContext"}), this.createPropertyDescriptor("UI", new Object[]{"bound", Boolean.FALSE, "expert", Boolean.TRUE, "shortDescription", "The InternalFrameUI implementation that defines the labels look and feel."}), this.createPropertyDescriptor("selected", new Object[]{"bound", Boolean.TRUE, "constrained", Boolean.TRUE, "shortDescription", "Indicates whether this frame is currently the active frame."}), this.createPropertyDescriptor("maximum", new Object[]{"bound", Boolean.FALSE, "constrained", Boolean.TRUE, "shortDescription", "Indicates whether the frame is maximized."}), this.createPropertyDescriptor("rootPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "rootPane"}), this.createPropertyDescriptor("layeredPane", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "shortDescription", "The pane which holds the various desktop layers."}), this.createPropertyDescriptor("JMenuBar", new Object[]{"bound", Boolean.FALSE, "preferred", Boolean.TRUE, "shortDescription", "The menubar for accessing pulldown menus from this frame."}), this.createPropertyDescriptor("frameIcon", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The icon shown in the top-left corner of the frame."}), this.createPropertyDescriptor("desktopPane", new Object[]{"shortDescription", "desktopPane"}), this.createPropertyDescriptor("glassPane", new Object[]{"bound", Boolean.FALSE, "hidden", Boolean.TRUE, "shortDescription", "A transparent pane used for menu rendering."}), this.createPropertyDescriptor("defaultCloseOperation", new Object[]{"shortDescription", "defaultCloseOperation"}), this.createPropertyDescriptor("warningString", new Object[]{"shortDescription", "warningString"}), this.createPropertyDescriptor("title", new Object[]{"shortDescription", "title"}), this.createPropertyDescriptor("desktopIcon", new Object[]{"bound", Boolean.TRUE, "shortDescription", "The icon shown when this frame is minimized."}), this.createPropertyDescriptor("maximizable", new Object[]{"bound", Boolean.TRUE, "preferred", Boolean.TRUE, "shortDescription", "Determines whether this frame can be maximized."}), this.createPropertyDescriptor("iconifiable", new Object[]{"shortDescription", "iconifiable"}), this.createPropertyDescriptor("contentPane", new Object[]{"bound", Boolean.TRUE, "hidden", Boolean.TRUE, "shortDescription", "The client area of the frame where child components are normally inserted."})};